-
Couldn't load subscription status.
- Fork 82
[WIP] CHIP-10: PySpark + Notebook Integration for Chronon Feature Development #981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…S repo. Also remove constants provider for same reason
…up as a trait in the OSS repo. Can bring this back in a future PR
| from typing import Optional | ||
|
|
||
| # -------------------------------------------------------------------------- | ||
| # Company Specific Constants |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like those placeholders
| ) | ||
|
|
||
| # Define type variable for our executables | ||
| T = TypeVar('T', GroupBy, Join) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@camweston-stripe should we also include StagingQuery and add a staging query executable?
| T = TypeVar('T', GroupBy, Join) | |
| T = TypeVar('T', GroupBy, Join, StagingQuery) |
CHIP-10: PySpark + Notebook Integration for Chronon Feature Development
This code is still a WIP! I am currently working on getting it to build with OSS Chronon but wanted to share so that reviewers of the CHIP can use it for context.